revert(frontend): 디자인을 W11 테마로 원복 (TRUSCA 브랜드·로고는 유지)#400
Merged
Conversation
…brand + logo Reverts the W13 Google AI Studio re-skin (#397, 4c1bd1b) at the user's request — the W11 Vercel + Linear look (warm near-black primary, off-white canvas, square corners, blue Low badge) is restored. The TRUSCA rebrand (W1/W2/W3 display names, logo, favicon) and W4 identifier renames are untouched: #397 only ever changed design tokens / components / the design- system doc, so the two concerns separate cleanly. - index.css / button.tsx / badge.tsx / tailwind.config.ts: restored byte- for-byte to their pre-W13 (4c1bd1b^) state; index.css keeps only the TRUSCA brand name in its header comment. - AppShell sidebar nav: pill -> rounded-md. - DesignSystemPreview + its test: title / radius labels / section copy back to W11; the W1 BrandCandidates section is kept. - design-system.md EN/KO: W11 content restored, with W4's repo-URL rename (trustedoss-portal -> trusca) re-applied so the brand link stays correct. - Prototype apparatus stays deleted (not resurrected); main.tsx untouched. Reversible both ways: the W13 design is preserved in history as 4c1bd1b, and this rollback does not touch the (already-deleted) prototype files, so re- adopting it later is a clean `git revert <this-commit>` (or cherry-pick the 4c1bd1b design diff). Side effect: the pending 'W13 visual-regression baseline regen' follow-up is moot — the committed baselines are W11-era.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
사용자 요청으로 W13 Google AI Studio 재스킨(#397,
4c1bd1b)을 원복한다. W11 Vercel + Linear 룩(warm near-black primary·off-white 캔버스·각진 모서리·blue Low 배지)이 복원된다. TRUSCA 리브랜딩(W1/W2/W3 표시명·로고·favicon)과 W4 식별자 리네임은 그대로 유지 — #397은 디자인 토큰·컴포넌트·디자인 문서만 건드렸으므로 디자인과 브랜드가 깨끗하게 분리된다.index.css·button.tsx·badge.tsx·tailwind.config.ts: W13 직전(4c1bd1b^) 상태로 바이트 단위 복원(index.css 헤더 주석의 브랜드명만 TRUSCA 유지).rounded-md.DesignSystemPreview+ 테스트: 제목·radius 라벨·섹션 카피 W11로, W1BrandCandidates섹션은 유지.trustedoss-portal→trusca) 재적용해 브랜드 링크 보존.main.tsx무변경.양방향 가역성
W13 디자인은 git에
4c1bd1b로 보존되어 있고, 이 원복은 (이미 삭제된) 프로토타입 파일을 건드리지 않으므로 — 나중에 다시 W13로 가려면git revert <이 커밋>한 번이면 깨끗하게 재적용된다(또는4c1bd1b의 디자인 diff를 cherry-pick).Gates
button/badge/tailwind는 W11과 0 diff,index.css는 헤더 1줄(TRUSCA)만 차이